home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 444 / utility2 / arc.rme < prev    next >
Encoding:
Text File  |  1990-01-19  |  4.4 KB  |  110 lines

  1. Arc 6.02 ST.
  2.  
  3. What?  Another Arc program for the ST?
  4.  
  5. Although the ST world has been using ARC 5.21 (and all it's siblings) for
  6. quite some time now, the original ARC program written for the IBM PC has
  7. marched on to version 6.02.
  8.  
  9. Not much has changed in the actual operation of ARC.  The most notable
  10. feature that people will most likely use is the ability to automatically
  11. archive whole directory trees, and the files therein, rather than just arc
  12. files together.  This will make the distribution of programs that use
  13. directories, that much easier.  (I always found the 'extract all internal
  14. arc files to a folder with the same base name' to be a nuisance...)
  15.  
  16. The most appreciated feature (I feel) is that over all speed is very much
  17. improved.  I have spent quite a bit of time hand optimizing assembly code
  18. to the decompression routines built into this release of arc.  Archiving
  19. to and from floppy disks should be much faster.  This version of ARC
  20. allocates its buffers at run time, trying to allocate 63,488 byte buffers
  21. initially, and dropping in size all the way down to 2,048 byte buffers if
  22. memory is scarce.  Arc will try to make the most efficient use of available
  23. memory.
  24.  
  25. The most complained about feature will be the lack of a Squash (or 13 bit
  26. code lzw compression without pre run length encoding if you want to be
  27. technical) COMPRESSION.  I seriously debated the idea of adding it back in
  28. (SEA the developers of arc never included it), but decided that exact 
  29. compatibility with the PC version of ARC was important.
  30.  
  31. ARC 6.02 ST can still EXTRACT Squashed files, just not create them.  If it
  32. is that important to have Squash, then use ARC 5.21.
  33.  
  34. I think you'll appreciate the difference in speed between this version of
  35. arc and any other version (including the recently released ARC 521C).
  36.  
  37. If you have ANY questions, comments, or ??? you may get in contact with
  38. me at the following:
  39.  
  40. Darin Wayrynen
  41. 10851 N 43rd Ave #211
  42. Phoenix, AZ 85029
  43.  
  44. Next Gen BBS (602) 938-8288
  45.  
  46. I am more than willing to accept suggestions on how to improve this program
  47. in any way.  I have included part of the original PC arc manual to help
  48. explain some of the more esoteric features of arc.
  49.  
  50. -------------------------------------------------------------------------
  51. Note:  At the last minute, I dropped support for 'C'onverting old archives
  52. to the latest format.  This feature is rarely used, and was holding up 
  53. release of the program.  I will add it back into the next release.
  54. -------------------------------------------------------------------------
  55. Some people will be interested in the performance improvements over 
  56. existing archives.  I have included a short sample of compression and 
  57. decompression times you may expect with this release of arc.
  58.  
  59. =============================================
  60. archive 1 text file 497825 bytes long:
  61.  
  62.                 time            filesize
  63. ---------------------------------------------
  64. arc 5.21B       4 min, 30 sec   104,304 bytes                   
  65. arc 5.21C       2 min,  6 sec   108,679 bytes 
  66. arc 6.02ST      1 min, 26 sec   108,462 bytes
  67.  
  68. 6.02 is  47% faster than 5.21C
  69. 6.02 is 215% faster than 5.21B
  70. =============================================
  71. extract 1 text file from archive:
  72. arc size 104,304 bytes, file size 497,825
  73. bytes
  74.  
  75.                 time            
  76. ---------------------------------------------
  77. arc 5.21B       1 min, 49 sec                       
  78. arc 5.21C       1 min, 28 sec    
  79. arc 6.02ST      0 min, 34 sec   
  80.  
  81. 6.02 is 157% faster than 5.21C
  82. 6.02 is 219% faster than 5.21B
  83. =============================================
  84. archive 60 binary (program) files totaling 
  85. 495708 bytes
  86.  
  87.                 time            filesize
  88. ---------------------------------------------
  89. arc 5.21B       8 min,  8 sec   339,974 bytes                   
  90. arc 5.21C       4 min, 25 sec   343,251 bytes 
  91. arc 6.02ST      3 min, 14 sec   340,750 bytes
  92.  
  93. 6.02 is  36% faster than 5.21C
  94. 6.02 is 151% faster than 5.21B
  95. =============================================
  96. extract 60 binary (program) files from 
  97. archive:
  98. arc size 339,974 bytes, binary files totaled
  99. 495,708 bytes
  100.  
  101.                 time            
  102. ---------------------------------------------
  103. arc 5.21B       3 min, 12 sec                       
  104. arc 5.21C       2 min, 41 sec    
  105. arc 6.02ST      1 min, 34 sec 
  106.  
  107. 6.02 is  71% faster than 5.21C
  108. 6.02 is 104% faster than 5.21B
  109. =============================================
  110.